home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / vir_real / faq / other / drenderr.pc < prev    next >
Encoding:
Text File  |  1992-03-22  |  1.9 KB  |  49 lines

  1. There is a new version of the 386 poly blitter package up for FTP at
  2. sunee.uwaterloo.edu (129.97.128.196) as of Jan. 28, afternoon.
  3. This package supports 320x200x16 color mode and Y mode (320x200x256 
  4. colors, 4 pages) lines, filled polygons, and screen clears and copies.
  5. Also allows page switching, etc.
  6.  
  7. A new, fast, unclipped triangle blitter has been added which is optimal
  8. for the small polygons found in 3D graphics.  (This was developed for the
  9. REND386 package).  Also, it is used to do N-sided polygons: not optimal
  10. for very small polys, but it works OK (costs abt. 40% more time for tiny
  11. polys than a trapezoidal-decomposition method would, but I haven't done
  12. that yet.)
  13.  
  14. Here's some benchmark results from a test run on a 486/25.  I am giving
  15. speeds for two sizes of polygons, since I found that small polys are
  16. very common in the 3D demos I was running with REND386:
  17.  
  18. 16-color version:
  19.  
  20. screen clears: 10.5 mS
  21. screen copies: 21 mS
  22. lines (25-pixel vectors): 14,850/sec
  23. clipped triangles (24x24): 5600/sec
  24. unclipped triangles (24x24): 6400/sec
  25. clipped triangles (10x4): 22,440/sec
  26. unclipped triangles (10x4): 31,000/sec
  27.  
  28. Y mode (256 color) version:
  29.  
  30. screen clears: 21 mS
  31. screen copies: 42 mS
  32. lines (25-pixel vectors): 13,680/sec
  33. clipped triangles (24x24): 3000/sec
  34. unclipped triangles (24x24): 3370/sec
  35. clipped triangles (10x7): 18,310/sec
  36. unclipped triangles (10x7): 25,000/sec
  37.  
  38. This code is available for NON-COMMERCIAL use.  If you want to do
  39. anything else, contact me after you're finished development.
  40.  
  41. --------------------------------------------------------------------------
  42. | My life is Hardware,                    |                              | 
  43. | my destiny is Software,                 |         Dave Stampe          |
  44. | my CPU is Wetware...                    |                              | 
  45. | Anybody got a SDB I can borrow?         | dstamp@watserv1.uwaterloo.ca |
  46. __________________________________________________________________________
  47.  
  48.  
  49.